home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / misc / amicvs1-0.lha / AmiCVS / scr / version.c < prev   
Encoding:
C/C++ Source or Header  |  1992-04-10  |  356 b   |  12 lines

  1. /*
  2.  * Copyright (c) 1992, Brian Berliner and Jeff Polk
  3.  * Copyright (c) 1989-1992, Brian Berliner
  4.  * 
  5.  * You may distribute under the terms of the GNU General Public License as
  6.  * specified in the README file that comes with the CVS 1.3 kit.
  7.  * 
  8.  * version.c - the CVS version number
  9.  */
  10.  
  11. char *version_string = "\nConcurrent Versions System (CVS) 1.3\n";
  12.